golang.org/x/tools/txtar.fileinfo.IsDir (method, view implemented interface methods)
3 uses
golang.org/x/tools/txtar (current package)
fs.go#L105: if m := fsys.nodes[dir]; m != nil && m.IsDir() {
fs.go#L139: case n.IsDir():
fs.go#L176: func (i *fileinfo) IsDir() bool { return i.mode&fs.ModeDir != 0 }
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)